home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / digests / tcp / 930121.txt < prev    next >
Internet Message Format  |  1994-06-04  |  7KB

  1. Date: Tue, 11 May 93 04:30:13 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V93 #121
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Tue, 11 May 93       Volume 93 : Issue  121
  11.  
  12. Today's Topics:
  13.                       Confused: ARP question....
  14.                                Request
  15.                         Routing & ARP (2 msgs)
  16.                               subscribe
  17.  
  18. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  19. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  20. Problems you can't solve otherwise to brian@ucsd.edu.
  21.  
  22. Archives of past issues of the TCP-Group Digest are available
  23. (by FTP only) from UCSD.Edu in directory "mailarchives".
  24.  
  25. We trust that readers are intelligent enough to realize that all text
  26. herein consists of personal comments and does not represent the official
  27. policies or positions of any party.  Your mileage may vary.  So there.
  28. ----------------------------------------------------------------------
  29.  
  30. Date: Mon, 10 May 93 23:52:27 HST
  31. From: Antonio Querubin <tony@mpg.phys.hawaii.edu>
  32. Subject: Confused: ARP question....
  33. To: Jack Snodgrass <kf5mg@vnet.IBM.COM>
  34.  
  35. >    I'm playing with a new Internet Gateway in our area and am a bit
  36. > puzzled. I've got the following routes defined:
  37. > route add 44.28.0/24   14567          # local 2 mtr ip
  38. > route add 44.28.1/24   44430          # local 440 ip
  39. > route add default      14567 dfwgate  # dfwgate.ampr.org on 145.67
  40. > Now when I ping uhm.ampr.org, my station sends out an ARP request for
  41. > uhm.ampr.org locally. No one answers, so nothing else happens. I send
  42. > a couple of ARP request for umh.ampr.org but eventually, it gives up.
  43. > I'm pretty sure that the ARP request was not going to dfwgate for
  44. > gateway routing.
  45.  
  46. First thing, you don't have to put in an explicit subnet route
  47. statement if you have your subnet mask and broadcast address
  48. setup properly for your two interfaces.  Ie. you should have
  49. something like:
  50.  
  51. ifconfig 14567 netmask 0xffffff00 broadcast 44.28.0.255
  52. ifconfig 44430 netmask 0xffffff00 broadcast 44.28.1.255
  53.  
  54. But you do need the 'route add default' which looks correct.  Since
  55. you don't add on the 'ampr.org' make sure that your domain suffix
  56. is set to 'ampr.org'.  Also, ensure that there is an entry for
  57. dfwgate.ampr.org in your domain.txt file (or your domain
  58. initialization file).  Depending on the version of NOS you may have to
  59. terminate the 'org' with a period in domain.txt.
  60.  
  61. > Should the ARP request be routed through the gateway or should the
  62. > gateway answer the ARP request or what? Thanks.
  63.  
  64. The gateway should answer the ARP request.
  65.  
  66. Tony  AH6BW
  67.  
  68. ------------------------------
  69.  
  70. Date: Mon, 10 May 93 19:37:27 PDT
  71. From: kors@netcom.com (Richard Kors)
  72. Subject: Request
  73. To: TCP-Group@UCSD.Edu
  74.  
  75. I would appreciate being added to the TCP Digest mailing list. Send to
  76.      
  77.         kors@netcom.com
  78.  
  79. Thank you again,
  80.  
  81. Dick Kors
  82. km6ep
  83.  
  84. -- 
  85.  
  86. ------------------------------
  87.  
  88. Date: Mon, 10 May 1993 12:43:01 -0600
  89. From: ke9yq@ke9yq.ampr.org (Bob Van Valzah, ke9yq)
  90. Subject: Routing & ARP
  91. To: Jack Snodgrass <kf5mg@vnet.IBM.COM>
  92.  
  93. >   I'm playing with a new Internet Gateway in our area and am a bit
  94. >puzzled. I've got the following routes defined:
  95. >
  96. >route add 44.28.0/24   14567          # local 2 mtr ip
  97. >route add 44.28.1/24   44430          # local 440 ip
  98. >route add default      14567 dfwgate  # dfwgate.ampr.org on 145.67
  99.  
  100. The purpose of a default route is to save you having to explicitly enter
  101. routes for hosts or networks.  It's *very* unlikely that you want a
  102. gateway's default route pointing out a radio port--it should probably go
  103. out your Ethernet port since that's where 99.9999% of the 1.7 million
  104. Internet hosts will be reachable.  Ask the administrator of the Ethernet to
  105. which your gateway is connected for the IP address of a router for that
  106. network.  Then you'll want something like
  107.  
  108.         route add default <your Ethernet interface name> <router's IP address>
  109.  
  110. Your earlier radio routes are fine, but you should note that the ifconfig
  111. command will add them for you if you set the subnet mask to 0xffffff00.  If
  112. you have your IP address assignment set up for subnetting (and it looks
  113. from your example that you do--kudos!), then I recommend using
  114. ifconfig/netmask over an explicit route just because it's more clear what
  115. the interface is good for and it saves a line in your autoexec because you
  116. don't need the explicit route command.
  117.  
  118. In addition to these routes, you may wish for your gateway to have explicit
  119. encap routes to other gateways to reduce the total number of Internet hopps
  120. required when you address packets to other 44-net addresses.  For example,
  121. you might want these explicit route statements for reaching the folks I
  122. serve thru my gateway:
  123.  
  124.         route addprivate 44.46/17 ENCAP ke9yq.imsa.edu
  125.         route addprivate 44.72.0/18 ENCAP ke9yq.imsa.edu
  126.         route addprivate 44.72.248/21 ENCAP ke9yq.imsa.edu
  127.         route addprivate 44.72.75/24 ENCAP ke9yq.imsa.edu
  128.  
  129. This can be excerpted from the gateways file maintained by vk1xwt.  Without
  130. such encap routes, your traffic to other 44-net addresses will still get
  131. thru, but it'll be delayed and subject to the availability of the
  132. mirrorshades.ucsd.edu gateway.
  133.  
  134. So here's the bottom line:  Your gateway must have explicit routes (or
  135. ifconfig/netmask) for your radio ports; you may want to add encap routes to
  136. other gateways for efficiency; and you must have a default route that
  137. points out your Ethernet port at an IP router that knows how to reach the
  138. Internet.
  139.  
  140. 73, Bob, ke9yq
  141.  
  142. ------------------------------
  143.  
  144. Date: Mon, 10 May 93 21:41:10 PDT
  145. From: Bill Healy <healy@moriah.ee.unr.edu>
  146. Subject: Routing & ARP
  147. To: tcp-group@ucsd.edu (tcp-group)
  148.  
  149. > >   I'm playing with a new Internet Gateway in our area and am a bit
  150. > >puzzled. I've got the following routes defined:
  151. > >
  152. > >route add 44.28.0/24   14567          # local 2 mtr ip
  153. > >route add 44.28.1/24   44430          # local 440 ip
  154. > >route add default      14567 dfwgate  # dfwgate.ampr.org on 145.67
  155. > The purpose of a default route is to save you having to explicitly enter
  156. > routes for hosts or networks.  It's *very* unlikely that you want a
  157. > gateway's default route pointing out a radio port--it should probably go
  158. > out your Ethernet port since that's where 99.9999% of the 1.7 million
  159. > Internet hosts will be reachable.  Ask the administrator of the Ethernet to
  160. > which your gateway is connected for the IP address of a router for that
  161. > network.  Then you'll want something like
  162.  
  163. Hold it, I think he's talking about a station he has on the air that he
  164. wants to route through the gateway to everything that isn't local!!! If
  165. that's the case then he has it right. The problem could be that for some
  166. reason the default route isn't getting entered correctly, ie. dfwgate
  167. isn't being looked up properly.
  168.  
  169. Bill N8KHN
  170.  healy@moriah.ee.unr.edu
  171.  
  172. ------------------------------
  173.  
  174. Date: Mon, 10 May 93 18:22:44 CDT
  175. From: Daniel Ortmann <ortmann@plains.NoDak.edu>
  176. Subject: subscribe
  177. To: tcp-group@ucsd.edu
  178.  
  179. subscribe
  180.  
  181. ------------------------------
  182.  
  183. End of TCP-Group Digest V93 #121
  184. ******************************
  185. ******************************
  186.